翻訳と辞書
Words near each other
・ Retractable pen
・ Retractable roof
・ Retracted article on dopaminergic neurotoxicity of MDMA
・ Retracted vowel
・ Retraction
・ Retraction (disambiguation)
・ Retraction Watch
・ Retractor
・ Retractor (medical)
・ Retractor muscle of the penis
・ Retraining
・ Retraining (Pugad Baboy story arc)
・ Retraining of Racehorses
・ Retranchement
・ Retransmission
Retransmission (data networks)
・ Retransmission consent
・ Retrato de Familia
・ Retrato de Luis Muñoz Marín
・ Retrato De Mujer
・ Retrato de un caballero desconocido
・ Retravision
・ Retread
・ Retreat
・ Retreat & Reflection Garden
・ Retreat (Buffy the Vampire Slayer)
・ Retreat (Cries My Heart)
・ Retreat (film)
・ Retreat (Port Tobacco, Maryland)
・ Retreat (spiritual)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Retransmission (data networks) : ウィキペディア英語版
Retransmission (data networks)

Retransmission, essentially identical with Automatic repeat request (ARQ), is the resending of packets which have been either damaged or lost. Retransmission is one of the basic mechanisms used by protocols operating over a packet switched computer network to provide reliable communication (such as that provided by a reliable byte stream, for example TCP).
Such networks are usually 'unreliable', meaning they offer no guarantees that they will not delay, damage, or lose packets, or deliver them out of order. Protocols which provide reliable communication over such networks use a combination of acknowledgments (i.e. an explicit receipt from the destination of the data), retransmission of missing or damaged packets (usually initiated by a time-out), and checksums to provide that reliability.
==Acknowledgment==
There are several forms of acknowledgement which can be used alone or together in networking protocols:
* Positive Acknowledgement: the receiver explicitly notifies the sender which packets, messages, or segments were received correctly. Positive Acknowledgement therefore also implicitly informs the sender which packets were not received and provides detail on packets which need to be retransmitted. Positive Acknowledgment with Re-Transmission (PAR), is a method used by TCP (RFC 793) to verify receipt of transmitted data. PAR operates by re-transmitting data at an established period of time until the receiving host acknowledges reception of the data.
* Negative Acknowledgment (NACK): the receiver explicitly notifies the sender which packets, messages, or segments were received incorrectly and thus may need to be retransmitted (RFC 4077).
* Selective Acknowledgment (SACK): the receiver explicitly lists which packets, messages, or segments in a stream are acknowledged (either negatively or positively). Positive selective acknowledgment is an option in TCP (RFC 2018) that is useful in Satellite Internet access (RFC 2488).
* Cumulative Acknowledgment: the receiver acknowledges that it correctly received a packet, message, or segment in a stream which implicitly informs the sender that the previous packets were received correctly. TCP uses cumulative acknowledgment with its TCP sliding window.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Retransmission (data networks)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.